home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / McAfee SiteAdvisor 26.6 / safe.xpi / chrome / safe.jar / content / aboutdlg.xhtml next >
Encoding:
Extensible Markup Language  |  2007-07-22  |  1.8 KB  |  55 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
  4. [
  5. <!ENTITY % overlay SYSTEM "chrome://safe/locale/safe.dtd">
  6. %overlay;
  7. ]>
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <link rel="stylesheet" type="text/css" href="chrome://safe/locale/safe.css"/>
  12. <script>
  13.     function appendArgs(str)
  14.     {
  15.         var argStr = window.parent.getArgString();
  16.         return str + "?" + argStr;
  17.     }
  18. </script>
  19. </head>
  20. <body>
  21.     <center>
  22.         <a onfocus="this.blur();" onclick="this.href = appendArgs('http://www.siteadvisor.com/');" href="" target="_blank">
  23.             <img border="0" src="chrome://safe/content/logo.gif"/>
  24.         </a>
  25.                 <br/>
  26.         <font class="sastyle_about_title">&safe.about.html.subtitle;</font>
  27.         <br/>
  28.         <br/>
  29.         <font class="sastyle_about_body">
  30.             &safe.about.html.copyright;
  31.             <br/>
  32.             <a class="sastyle_about_link" onclick="this.href = appendArgs('http://www.siteadvisor.com/');" href="" target="_blank">
  33.                 www.siteadvisor.com
  34.             </a>
  35.             <br/>
  36.             <a class="sastyle_about_link" onclick="this.href = appendArgs('http://www.siteadvisor.com/about/');" href="" target="_blank">
  37.                 &safe.about.html.learnmore;
  38.             </a>
  39.             <br/>
  40.             <a class="sastyle_about_link" onclick="this.href = appendArgs('http://www.siteadvisor.com/privacypolicy.html');" href="" target="_blank">
  41.                                 &safe.about.html.privpol;
  42.             </a>
  43.             <br/>
  44.             <a class="sastyle_about_link" onclick="this.href = appendArgs('http://www.siteadvisor.com/eula.html');" href="" target="_blank">
  45.                 &safe.about.html.eula;
  46.             </a>
  47.         </font>
  48.     </center>
  49.     <p>
  50.         <font class="sastyle_about_body">
  51.             &safe.about.html.description;
  52.         </font>
  53.     </p>
  54. </body>
  55. </html>